Vcenter Deployment Install VcsaEmbeddedSpec

Vcenter Deployment Install VcsaEmbeddedSpec
Vcenter Deployment Install VcsaEmbeddedSpec

The Vcenter Deployment Install VcsaEmbeddedSpec schema contains information used to configure an embedded standalone or replicated vCenter Server.

This schema was added in vSphere API 6.7.

JSON Example
{
    "standalone": {
        "sso_admin_password": "string",
        "sso_domain_name": "string"
    },
    "replicated": {
        "partner_hostname": "string",
        "https_port": 0,
        "sso_admin_password": "string",
        "ssl_thumbprint": "string",
        "ssl_certificate": "string",
        "ssl_verify": false
    },
    "ceip_enabled": false
}
standalone
Optional

Spec used to configure a standalone embedded vCenter Server. This field describes how the standalone vCenter Server appliance should be configured.

This property was added in vSphere API 6.7.

If missing or null, will default to None.

replicated
Optional

Spec used to configure a replicated embedded vCenter Server. This field describes how the replicated vCenter Server appliance should be configured.

This property was added in vSphere API 6.7.

If missing or null, will default to None.

boolean
ceip_enabled
Required

Whether CEIP should be enabled or disabled.

This property was added in vSphere API 6.7.